home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / bootup / boot_a2m / mousebt4 / msestart.doc < prev    next >
Text File  |  1995-05-02  |  4KB  |  83 lines

  1.                                Mouse  Start
  2.                                   ------
  3.                           adapted  from STARTGEM
  4.                             by Scott R. Lemmon
  5.  
  6.  
  7.      Anyone out there using TOS 1.0 or 1.2 may be familiar with an old 
  8. program used to autorun GEM programs known as STARTGEM - I used to 
  9. recommend using STARTGEM with Mouse Boot for people with older TOS 
  10. versions, but there were a few problems. Startgem uses a file named 
  11. STARTGEM.INF to contain the pathname of the program to run - this is 
  12. different from TOS 1.4 and up, which store the pathname as part of the 
  13. DESKTOP.INF file.  Also, startgem will bomb if run on a system with a TOS 
  14. higher than 1.2 (where it's not really needed anyway). Because of this two 
  15. seperate ways of Autorunning programs were needed by Mouse Boot.
  16.  
  17.       I thought it would be better if instead of looking for a 
  18. STARTGEM.INF file STARTGEM worked like TOS 1.4 and found the program to 
  19. run from the DESKTOP.INF file - also I wanted to stop it from bombing on 
  20. newer TOS versions. This would allow the same method to be used to autorun 
  21. programs with any TOS. So I disassembled STARTGEM, re-wrote it and then 
  22. re-compiled it. The program MSESTART.PRG is the result. It has a number of 
  23. improvements over STARTGEM - here is a list of the new features.
  24.  
  25. 1.   MOUSE START looks for the path of the program to auto run in the 
  26. DESKTOP.INF file, so used with Mouse Boot you can autorun programs using 
  27. the GEMrun option the same way as you would with TOS 1.4.  This is 
  28. particularly useful if you move your hard drive between computers with 
  29. different TOS versions or can switch your TOS - now there is no need to 
  30. use separate methods to autorun programs. The only limitation is that the 
  31. autorun path must be the first thing in the DESKTOP.INF file - Mouse Boot 
  32. will always put it first so this should be no problem.
  33.  
  34. 2.   If run on a computer with TOS 1.4 or higher, MOUSE START will bypass 
  35. and allow the TOS to autorun the program. In this case it will not leave 
  36. any resident code.
  37.  
  38. 3.   Even though the program is slightly larger than STARTGEM, Mouse Start 
  39. only keeps about half as much of itself memory resident - STARTGEM uses 
  40. over 1k while MOUSE START uses under 600 bytes.
  41.  
  42. 4.   Using Mouse Start with Mouse Boot is faster than using STARTGEM as 
  43. only one file (the DESKTOP.INF file) needs to be copied.  This also frees 
  44. up one of the custom file types for other uses.
  45.  
  46. DIRECTIONS FOR USE
  47. ------------------
  48.  
  49.      This program is intended to be used with Mouse Boot to autorun GEM 
  50. programs with TOS 1.0 or 1.2.  It is not needed with TOS 1.4 or higher as 
  51. auto-running is automatic, but if you switch between systems it won't hurt 
  52. to leave it active in the AUTO folder (unlike STARTGEM).  It can be used 
  53. without Mouse Boot as well to emulate TOS 1.4 auto-running.
  54.  
  55.      To use Mouse Start, place it in the AUTO folder as the last item in 
  56. the folder (you can use Mouse Boot to re-order the folder if necessary - 
  57. see the MOUSEBT.DOC file for details).  Next use ARUN or mouse Boot to 
  58. select the programs you want to be able to choose between (see doc's).
  59.  
  60.      Now you can use Mouse Boot to select the program to autorun by 
  61. selecting GEMrun from the type menu (or pressing F6) and highlighting your 
  62. choice. Selections, of course, can also be stored in the presets.
  63.  
  64.      If you don't want to convert from using STARTGEM, Mouse Boot will 
  65. still work as it did before, but Mouse Start is easier and faster to use - 
  66. and a real plus if you switch your hard drive between systems with 
  67. different TOS'es.
  68.  
  69.                                 -----
  70.  
  71.     Since this program is generally useful (even outside of Mouse Boot) 
  72. and is based on the original STARTGEM code, I'm releasing this as public 
  73. domain - it can be used with any program, but please include these docs so 
  74. others can use it as well.
  75.  
  76. To contact me write to...
  77.  
  78. Scott R. Lemmon
  79. 2121 Gillis st.
  80. Palatka, FL
  81.  
  82.  
  83.